{ "version": 4, "terraform_version": "1.5.2", "serial": 160, "lineage": "b6e19391-82d3-aec9-80f1-48b88f93dcd8", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8616bf519de790cb8", "ami": "ami-38818d65", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cf7750aa"], "subnet_id": "subnet-b946ce6e", "key_name": "prod-deploy-key" } } ] } ] }