{ "version": 4, "terraform_version": "1.5.4", "serial": 464, "lineage": "840c2441-3d9e-a3ef-196b-23de307735b6", "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-e07e7e620ea35c7a8", "ami": "ami-af65aa74", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7e9cbc73"], "subnet_id": "subnet-1a8a360f", "key_name": "prod-deploy-key" } } ] } ] }