{ "version": 4, "terraform_version": "1.5.2", "serial": 295, "lineage": "b7883579-7799-0e59-ca6c-605cff0517a0", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c9a38f6765c86a2b3", "ami": "ami-44d03daa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ad501724"], "subnet_id": "subnet-95eb6c78", "key_name": "prod-deploy-key" } } ] } ] }