{ "version": 4, "terraform_version": "1.6.0", "serial": 441, "lineage": "353d84da-afa2-9d0e-64f1-f6aff949d788", "outputs": { "db_endpoint": { "value": "db-4.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-d8be306826a02ff49", "ami": "ami-44822b1f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-095c94f0"], "subnet_id": "subnet-cb117750", "key_name": "prod-deploy-key" } } ] } ] }