{ "version": 4, "terraform_version": "1.7.0", "serial": 561, "lineage": "59e68576-622c-2c8f-0865-d7cce30130c9", "outputs": { "db_endpoint": { "value": "db-1.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-7f4cfd3a7240b8ec6", "ami": "ami-65effb6a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c35bf858"], "subnet_id": "subnet-b2e131a7", "key_name": "prod-deploy-key" } } ] } ] }