{ "version": 4, "terraform_version": "1.7.9", "serial": 184, "lineage": "8b7a97a2-7b24-5ee9-98e8-bd554f3b6e7a", "outputs": { "db_endpoint": { "value": "db-0.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-77c5ca841a67c9599", "ami": "ami-a19708dc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b9f7096b"], "subnet_id": "subnet-3aadb3cb", "key_name": "prod-deploy-key" } } ] } ] }