{ "version": 4, "terraform_version": "1.8.3", "serial": 498, "lineage": "3d8d487a-2e6c-10f8-cf46-98632c6cdc51", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.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-ac59192152183290f", "ami": "ami-2a2625c4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4610fad3"], "subnet_id": "subnet-ec33bebe", "key_name": "prod-deploy-key" } } ] } ] }