{ "version": 4, "terraform_version": "1.5.3", "serial": 100, "lineage": "edf8b65b-a1c5-aacc-c515-6b8a73437d40", "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-a0e4b94a7b0d538e6", "ami": "ami-a101bfcb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ef3f425b"], "subnet_id": "subnet-4d82b827", "key_name": "prod-deploy-key" } } ] } ] }