{ "version": 4, "terraform_version": "1.7.8", "serial": 304, "lineage": "15b1b102-52a5-8a58-8b4b-44b04e9c9960", "outputs": { "db_endpoint": { "value": "db-3.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-2c7ee4a03de6031bd", "ami": "ami-1dcd72ea", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0aed2cf8"], "subnet_id": "subnet-ca46f1bb", "key_name": "prod-deploy-key" } } ] } ] }