{ "version": 4, "terraform_version": "1.7.8", "serial": 369, "lineage": "98afe372-27a4-c136-2e3a-74a71ab39ce6", "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-88303c3308bc6301c", "ami": "ami-47c31f4a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-39e68a52"], "subnet_id": "subnet-4e927c4e", "key_name": "prod-deploy-key" } } ] } ] }