{ "version": 4, "terraform_version": "1.8.9", "serial": 350, "lineage": "e6e92404-10e1-7edb-a6ab-b1e05c463231", "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-cedf2d659044bb861", "ami": "ami-1f76d8cd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ebaca763"], "subnet_id": "subnet-19161188", "key_name": "prod-deploy-key" } } ] } ] }