{ "version": 4, "terraform_version": "1.8.7", "serial": 491, "lineage": "5488a602-0a30-2d89-bf79-da9341c2bc85", "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-63a563804f3cb16ea", "ami": "ami-cefa84f9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d997d29c"], "subnet_id": "subnet-ea8722e5", "key_name": "prod-deploy-key" } } ] } ] }