{ "version": 4, "terraform_version": "1.8.1", "serial": 369, "lineage": "b1ca907b-4fb4-dc6e-618e-b861e3e873aa", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-ae6d75225d499728f", "ami": "ami-6dbbbae5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-07e4e9a8"], "subnet_id": "subnet-488845c0", "key_name": "prod-deploy-key" } } ] } ] }