{ "version": 4, "terraform_version": "1.5.4", "serial": 332, "lineage": "c5231a90-bcd6-1f0e-1acf-5cc5a2cb4a93", "outputs": { "db_endpoint": { "value": "db-3.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-90c55f74bd1da3f50", "ami": "ami-83cce79f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0d0bdcc9"], "subnet_id": "subnet-adc96529", "key_name": "prod-deploy-key" } } ] } ] }