{ "version": 4, "terraform_version": "1.6.8", "serial": 548, "lineage": "dfe72879-c985-7876-6689-7aeb3f9dbf36", "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-9da5b590a14e37109", "ami": "ami-42eef13f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-15568a2d"], "subnet_id": "subnet-58c760e7", "key_name": "prod-deploy-key" } } ] } ] }