{ "version": 4, "terraform_version": "1.6.3", "serial": 496, "lineage": "36b7e251-e0f9-f0b3-7673-e7618b5aafbd", "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-321ef6277bbc063e9", "ami": "ami-432a6b13", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ae021da5"], "subnet_id": "subnet-6cc5eb0d", "key_name": "prod-deploy-key" } } ] } ] }