{ "version": 4, "terraform_version": "1.5.2", "serial": 281, "lineage": "6593ca44-c6b8-e0e1-c6e5-1907e4be978e", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4ca67adbce14ee57c", "ami": "ami-4bd56d8d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e8875666"], "subnet_id": "subnet-6fd638d7", "key_name": "prod-deploy-key" } } ] } ] }