{ "version": 4, "terraform_version": "1.5.9", "serial": 178, "lineage": "0c1fb315-f40f-d2fd-ab76-f2dfb4066711", "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-51ce32f79a5c2fd2e", "ami": "ami-b8bafd27", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3f084af2"], "subnet_id": "subnet-0555c6f4", "key_name": "prod-deploy-key" } } ] } ] }