{ "version": 4, "terraform_version": "1.7.2", "serial": 358, "lineage": "8d6db4dc-b0c9-e602-61a3-6a9dfd54cb2f", "outputs": { "db_endpoint": { "value": "db-2.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-0e30b4760d04a568d", "ami": "ami-6355219b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-79512a0b"], "subnet_id": "subnet-9f43256a", "key_name": "prod-deploy-key" } } ] } ] }