{ "version": 4, "terraform_version": "1.7.2", "serial": 532, "lineage": "ba7c2399-5367-0e5d-5124-84dc498ce6c0", "outputs": { "db_endpoint": { "value": "db-3.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-3c14a9b0095014f57", "ami": "ami-a926d0f1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-84de722c"], "subnet_id": "subnet-6779f47e", "key_name": "prod-deploy-key" } } ] } ] }