{ "version": 4, "terraform_version": "1.6.6", "serial": 199, "lineage": "cb66c5ec-1884-f332-46c6-569221b6bdc2", "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-3b8fb00d56eae8276", "ami": "ami-fcdf439e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-556c9fde"], "subnet_id": "subnet-faeab9c9", "key_name": "prod-deploy-key" } } ] } ] }