{ "version": 4, "terraform_version": "1.8.5", "serial": 468, "lineage": "f1c01a9c-0a79-77c9-91fc-9fff61f08c60", "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-36da1f00d48265580", "ami": "ami-5318a992", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-94f2ec57"], "subnet_id": "subnet-8f4de3ba", "key_name": "prod-deploy-key" } } ] } ] }