{ "version": 4, "terraform_version": "1.5.3", "serial": 146, "lineage": "33cd172f-31c9-a572-6008-66b8a5f8d90c", "outputs": { "db_endpoint": { "value": "db-1.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-a3ef38b5d59b26840", "ami": "ami-ea0611e6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ddee0ea3"], "subnet_id": "subnet-ee8e35fd", "key_name": "prod-deploy-key" } } ] } ] }