{ "version": 4, "terraform_version": "1.7.2", "serial": 594, "lineage": "087199ca-ca99-a394-e19e-0d5a03acc5b2", "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-51bc740916b121bed", "ami": "ami-0c9c4672", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c026c4d7"], "subnet_id": "subnet-7d142df6", "key_name": "prod-deploy-key" } } ] } ] }