{ "version": 4, "terraform_version": "1.6.4", "serial": 533, "lineage": "ec74ba21-b5ef-d537-dd18-ba5e5ad3e533", "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-f4cb1abe2a1da2766", "ami": "ami-13bffc6f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-31b188ee"], "subnet_id": "subnet-0f93eb8a", "key_name": "prod-deploy-key" } } ] } ] }