{ "version": 4, "terraform_version": "1.8.0", "serial": 366, "lineage": "18218275-16f7-f324-e47e-d063877eb6aa", "outputs": { "db_endpoint": { "value": "db-4.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-41f05d4d2d8a203e0", "ami": "ami-aa6af628", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b704e930"], "subnet_id": "subnet-5d6dc020", "key_name": "prod-deploy-key" } } ] } ] }