{ "version": 4, "terraform_version": "1.6.5", "serial": 464, "lineage": "cbe342c7-62e7-7d09-32c5-1ead77faf34b", "outputs": { "db_endpoint": { "value": "db-0.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-7aeaafba49834262e", "ami": "ami-964a523e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3cbc8838"], "subnet_id": "subnet-16d431f9", "key_name": "prod-deploy-key" } } ] } ] }