{ "version": 4, "terraform_version": "1.7.9", "serial": 346, "lineage": "cee80194-59fd-29b0-c8cd-b99409deed06", "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-00f1dab45d7f70874", "ami": "ami-c177bbc4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-481fb1b4"], "subnet_id": "subnet-d9814aa5", "key_name": "prod-deploy-key" } } ] } ] }