{ "version": 4, "terraform_version": "1.7.2", "serial": 348, "lineage": "8ecfc113-b752-77a6-6124-509551ad45e5", "outputs": { "db_endpoint": { "value": "db-1.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-704503af90604b6b4", "ami": "ami-0f35c9d8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6d09e997"], "subnet_id": "subnet-c2e60917", "key_name": "prod-deploy-key" } } ] } ] }