{ "version": 4, "terraform_version": "1.5.4", "serial": 189, "lineage": "31f7913f-d4ee-32c8-3f0a-56af9fbb18b3", "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-a863350455880105d", "ami": "ami-e182eabc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9e2dcf22"], "subnet_id": "subnet-81930c8e", "key_name": "prod-deploy-key" } } ] } ] }