{ "version": 4, "terraform_version": "1.5.6", "serial": 109, "lineage": "bb88c92c-a166-11dc-775e-801db28be10a", "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-26cc7da33d2fbd98d", "ami": "ami-c59815a3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a54adae4"], "subnet_id": "subnet-8a26cefe", "key_name": "prod-deploy-key" } } ] } ] }