{ "version": 4, "terraform_version": "1.5.4", "serial": 527, "lineage": "d87f88ed-588a-2443-e34a-b180317d2848", "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-73005fc26117e462b", "ami": "ami-e4f1a294", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-98cf9180"], "subnet_id": "subnet-568a9664", "key_name": "prod-deploy-key" } } ] } ] }