{ "version": 4, "terraform_version": "1.5.6", "serial": 362, "lineage": "a1b3ee1a-f1a7-a17d-6ac4-d4e564c4d32c", "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-613ad493a965e55c1", "ami": "ami-70acca55", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0d2b09fc"], "subnet_id": "subnet-be17738d", "key_name": "prod-deploy-key" } } ] } ] }