{ "version": 4, "terraform_version": "1.5.1", "serial": 595, "lineage": "ddf35d58-e1bd-bd83-61fc-e942b47e4dd4", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a5b120674700ce52d", "ami": "ami-57cebf9b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-07b45770"], "subnet_id": "subnet-b110c8fc", "key_name": "prod-deploy-key" } } ] } ] }