{ "version": 4, "terraform_version": "1.8.9", "serial": 213, "lineage": "dd597494-5415-2410-1ec3-cb3824844d57", "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-489eefa653567c5c6", "ami": "ami-52293431", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-69d38a27"], "subnet_id": "subnet-5ad8b4d1", "key_name": "prod-deploy-key" } } ] } ] }