{ "version": 4, "terraform_version": "1.6.6", "serial": 144, "lineage": "854850a4-92bb-8e3d-8fc4-87b60324ba1d", "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-b4526dfb430da5ea0", "ami": "ami-042d2939", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1a4ae842"], "subnet_id": "subnet-d3a44b92", "key_name": "prod-deploy-key" } } ] } ] }