{ "version": 4, "terraform_version": "1.5.1", "serial": 359, "lineage": "d9f325d0-2516-f84d-4393-63e80ecc545f", "outputs": { "db_endpoint": { "value": "db-2.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-3b0e0fd546575b7d3", "ami": "ami-fc43a260", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ce30604b"], "subnet_id": "subnet-3dd9e849", "key_name": "prod-deploy-key" } } ] } ] }