{ "version": 4, "terraform_version": "1.6.9", "serial": 455, "lineage": "06d48646-4ecb-466d-89e5-ba637bea7da2", "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-c5c0a5655309080cd", "ami": "ami-1318feee", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a3a7b8b3"], "subnet_id": "subnet-f579c953", "key_name": "prod-deploy-key" } } ] } ] }