{ "version": 4, "terraform_version": "1.6.6", "serial": 107, "lineage": "fbf5b095-513e-2afb-6b28-47f6693a6b43", "outputs": { "db_endpoint": { "value": "db-0.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-48e1922d35d127aed", "ami": "ami-a0b9e60a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5be77e5c"], "subnet_id": "subnet-2c202a4b", "key_name": "prod-deploy-key" } } ] } ] }