{ "version": 4, "terraform_version": "1.7.0", "serial": 285, "lineage": "4cc03fdc-a981-26cf-09ad-59a90681a27a", "outputs": { "db_endpoint": { "value": "db-3.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-f45d5d294823ebdc4", "ami": "ami-8328b20f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ab664af9"], "subnet_id": "subnet-74389d70", "key_name": "prod-deploy-key" } } ] } ] }