{ "version": 4, "terraform_version": "1.7.6", "serial": 509, "lineage": "8cf2e6af-7451-24b9-17a1-d144fe95fa9f", "outputs": { "db_endpoint": { "value": "db-3.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-58b79f7534c2b5d3a", "ami": "ami-a33a6185", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-eada8c0d"], "subnet_id": "subnet-804ea3ef", "key_name": "prod-deploy-key" } } ] } ] }