{ "version": 4, "terraform_version": "1.6.5", "serial": 103, "lineage": "687ec53a-60ce-ad83-6e7d-dbfa328a1662", "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-d50a16cab3d67fcd6", "ami": "ami-b9efad5b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bccf5cf7"], "subnet_id": "subnet-e7da381e", "key_name": "prod-deploy-key" } } ] } ] }