{ "version": 4, "terraform_version": "1.6.1", "serial": 405, "lineage": "13726d1e-920a-4323-8e7f-c5336f5c95ad", "outputs": { "db_endpoint": { "value": "db-4.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-1f2f8e10300d5634f", "ami": "ami-d5527555", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e084ffbc"], "subnet_id": "subnet-29bee2c7", "key_name": "prod-deploy-key" } } ] } ] }