{ "version": 4, "terraform_version": "1.7.0", "serial": 240, "lineage": "f6b04012-4d57-3c48-6642-0c558676bf5a", "outputs": { "db_endpoint": { "value": "db-0.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-6d68a7685f81d31d4", "ami": "ami-da8bd00a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b6e1dd4d"], "subnet_id": "subnet-be3627b5", "key_name": "prod-deploy-key" } } ] } ] }