{ "version": 4, "terraform_version": "1.7.2", "serial": 507, "lineage": "11d8aa1e-461a-5924-b0bd-2b8a46dc46d1", "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-9441ebadfad232844", "ami": "ami-16ad2073", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ba640c98"], "subnet_id": "subnet-36493e35", "key_name": "prod-deploy-key" } } ] } ] }