{ "version": 4, "terraform_version": "1.7.2", "serial": 338, "lineage": "9ed28d7a-320c-1ece-08b4-118f79cca789", "outputs": { "db_endpoint": { "value": "db-1.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-b97cb398d475da094", "ami": "ami-4fb98070", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e9e98eee"], "subnet_id": "subnet-1dd2b0c4", "key_name": "prod-deploy-key" } } ] } ] }