{ "version": 4, "terraform_version": "1.8.9", "serial": 439, "lineage": "19e28e16-bfdf-6578-e6f3-5d04c36684fa", "outputs": { "db_endpoint": { "value": "db-4.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-d742aad088341237b", "ami": "ami-ecb66675", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ef69dcf0"], "subnet_id": "subnet-b7e64f48", "key_name": "prod-deploy-key" } } ] } ] }