{ "version": 4, "terraform_version": "1.8.1", "serial": 416, "lineage": "055ccd41-02e0-56c0-970e-d14e0efb8102", "outputs": { "db_endpoint": { "value": "db-1.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-93ebd7581df961946", "ami": "ami-4729e11b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-967368ee"], "subnet_id": "subnet-75cef672", "key_name": "prod-deploy-key" } } ] } ] }