{ "version": 4, "terraform_version": "1.6.1", "serial": 560, "lineage": "7ab846c6-f9d5-683d-4ab6-8b5b97e5a7dc", "outputs": { "db_endpoint": { "value": "db-0.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-1467149d1ddc07932", "ami": "ami-d4be1b18", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-063a06f6"], "subnet_id": "subnet-12c45b5f", "key_name": "prod-deploy-key" } } ] } ] }