{ "version": 4, "terraform_version": "1.7.8", "serial": 153, "lineage": "20f47d4d-62e3-0d6a-8083-9c014e131d04", "outputs": { "db_endpoint": { "value": "db-1.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-d0e09fa878ae6ab24", "ami": "ami-77abcfc8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8b957658"], "subnet_id": "subnet-93aa0b0d", "key_name": "prod-deploy-key" } } ] } ] }