{ "version": 4, "terraform_version": "1.7.1", "serial": 461, "lineage": "fdbab182-e1f8-7cfa-79cd-ae47fb93e45c", "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-95e3247a52e015a38", "ami": "ami-3eaa07fb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-493def03"], "subnet_id": "subnet-b10a1778", "key_name": "prod-deploy-key" } } ] } ] }