{ "version": 4, "terraform_version": "1.7.1", "serial": 462, "lineage": "c07fd769-f926-120e-e8b1-e87cd798ee20", "outputs": { "db_endpoint": { "value": "db-2.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-a7f05ae53ad437a9b", "ami": "ami-02b9fc56", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a105708e"], "subnet_id": "subnet-20eeabca", "key_name": "prod-deploy-key" } } ] } ] }