{ "version": 4, "terraform_version": "1.5.1", "serial": 197, "lineage": "49c0194a-6e19-a8e4-1ef7-6773da31b3d9", "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-4736eb8498424f9b2", "ami": "ami-87ab14bd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-07960f96"], "subnet_id": "subnet-700fc7fe", "key_name": "prod-deploy-key" } } ] } ] }