{ "version": 4, "terraform_version": "1.5.8", "serial": 303, "lineage": "ebc7bb4b-a483-72b9-b7cb-9cba8dae2a4b", "outputs": { "db_endpoint": { "value": "db-1.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-de285716c61ffa997", "ami": "ami-89a34139", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e1aeff32"], "subnet_id": "subnet-52164d0a", "key_name": "prod-deploy-key" } } ] } ] }