{ "version": 4, "terraform_version": "1.7.4", "serial": 386, "lineage": "98a505e5-d1e2-df4d-9c63-9aba3f82496a", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-9902438f6abba28d0", "ami": "ami-5220b041", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e4867835"], "subnet_id": "subnet-aa938597", "key_name": "prod-deploy-key" } } ] } ] }