{ "version": 4, "terraform_version": "1.6.9", "serial": 303, "lineage": "074e39fc-2d1c-c3e4-c3e5-194c04f5e6f3", "outputs": { "db_endpoint": { "value": "db-2.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-6a056d4d943515515", "ami": "ami-7951aed0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0371b2a3"], "subnet_id": "subnet-24ce7448", "key_name": "prod-deploy-key" } } ] } ] }