{ "version": 4, "terraform_version": "1.6.1", "serial": 196, "lineage": "4c65015d-8626-69e1-5bb0-65fdd02ae084", "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-2decf5a5daaf4583f", "ami": "ami-83405d9d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c9f77394"], "subnet_id": "subnet-62617965", "key_name": "prod-deploy-key" } } ] } ] }