{ "version": 4, "terraform_version": "1.8.4", "serial": 162, "lineage": "6f7ba410-bfd8-e8e2-356f-46fc86ddffcb", "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-4b5932ebffd09ebc0", "ami": "ami-2f6ef932", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8da136fc"], "subnet_id": "subnet-5462d625", "key_name": "prod-deploy-key" } } ] } ] }