{ "version": 4, "terraform_version": "1.6.1", "serial": 111, "lineage": "be719402-3444-2ac0-2849-ef07c654ce14", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-9e9f611fc81752f12", "ami": "ami-95f25cfb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2cfb63ec"], "subnet_id": "subnet-cfe70acf", "key_name": "prod-deploy-key" } } ] } ] }