{ "version": 4, "terraform_version": "1.7.5", "serial": 224, "lineage": "c587316d-3a35-4f47-97a3-5b32cb01d486", "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-395dbaf9d11358ce8", "ami": "ami-8a41419f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c363af2a"], "subnet_id": "subnet-eb9ae859", "key_name": "prod-deploy-key" } } ] } ] }