{ "version": 4, "terraform_version": "1.6.3", "serial": 212, "lineage": "693f36e2-591e-b0be-9d1f-f05fdd29d928", "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-2211037b9663de9fe", "ami": "ami-6c04bda1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7084fa26"], "subnet_id": "subnet-c59f2491", "key_name": "prod-deploy-key" } } ] } ] }