{ "version": 4, "terraform_version": "1.6.3", "serial": 302, "lineage": "9348dd2c-e2f1-303c-4183-0df3cbd7b57a", "outputs": { "db_endpoint": { "value": "db-2.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-0bdca44416fd7a1fe", "ami": "ami-cecc8bdb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5d9da67a"], "subnet_id": "subnet-d4962ed9", "key_name": "prod-deploy-key" } } ] } ] }