{ "version": 4, "terraform_version": "1.6.1", "serial": 371, "lineage": "ec13a145-65ba-e877-df72-6ce45b601167", "outputs": { "db_endpoint": { "value": "db-3.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-bf472cd5b71df2bee", "ami": "ami-cf3f0ad8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a83d2c08"], "subnet_id": "subnet-a3fdeeb7", "key_name": "prod-deploy-key" } } ] } ] }